﻿2025-11-28T06:49:22.3560974Z ##[group]Run actions/checkout@v4
2025-11-28T06:49:22.3561581Z with:
2025-11-28T06:49:22.3561837Z   repository: heyarchie-ai/archie-platform-v3
2025-11-28T06:49:22.3562275Z   token: ***
2025-11-28T06:49:22.3562477Z   ssh-strict: true
2025-11-28T06:49:22.3562667Z   ssh-user: git
2025-11-28T06:49:22.3562869Z   persist-credentials: true
2025-11-28T06:49:22.3563087Z   clean: true
2025-11-28T06:49:22.3563291Z   sparse-checkout-cone-mode: true
2025-11-28T06:49:22.3563539Z   fetch-depth: 1
2025-11-28T06:49:22.3563727Z   fetch-tags: false
2025-11-28T06:49:22.3563937Z   show-progress: true
2025-11-28T06:49:22.3564137Z   lfs: false
2025-11-28T06:49:22.3564308Z   submodules: false
2025-11-28T06:49:22.3564511Z   set-safe-directory: true
2025-11-28T06:49:22.3564928Z ##[endgroup]
2025-11-28T06:49:22.4696289Z Syncing repository: heyarchie-ai/archie-platform-v3
2025-11-28T06:49:22.4698120Z ##[group]Getting Git version info
2025-11-28T06:49:22.4698843Z Working directory is '/home/runner/work/archie-platform-v3/archie-platform-v3'
2025-11-28T06:49:22.4699864Z [command]/usr/bin/git version
2025-11-28T06:49:22.4786409Z git version 2.51.2
2025-11-28T06:49:22.4816992Z ##[endgroup]
2025-11-28T06:49:22.4830266Z Temporarily overriding HOME='/home/runner/work/_temp/84cc9b8c-d8c9-4ff9-87c3-26ec084e85f4' before making global git config changes
2025-11-28T06:49:22.4832744Z Adding repository directory to the temporary git global config as a safe directory
2025-11-28T06:49:22.4837065Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/archie-platform-v3/archie-platform-v3
2025-11-28T06:49:22.4883536Z Deleting the contents of '/home/runner/work/archie-platform-v3/archie-platform-v3'
2025-11-28T06:49:22.4888044Z ##[group]Initializing the repository
2025-11-28T06:49:22.4892985Z [command]/usr/bin/git init /home/runner/work/archie-platform-v3/archie-platform-v3
2025-11-28T06:49:22.4994747Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-11-28T06:49:22.4997027Z hint: is subject to change. To configure the initial branch name to use in all
2025-11-28T06:49:22.4999052Z hint: of your new repositories, which will suppress this warning, call:
2025-11-28T06:49:22.4999670Z hint:
2025-11-28T06:49:22.5000076Z hint: 	git config --global init.defaultBranch <name>
2025-11-28T06:49:22.5000563Z hint:
2025-11-28T06:49:22.5001013Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-11-28T06:49:22.5001858Z hint: 'development'. The just-created branch can be renamed via this command:
2025-11-28T06:49:22.5002990Z hint:
2025-11-28T06:49:22.5003358Z hint: 	git branch -m <name>
2025-11-28T06:49:22.5003754Z hint:
2025-11-28T06:49:22.5004332Z hint: Disable this message with "git config set advice.defaultBranchName false"
2025-11-28T06:49:22.5006362Z Initialized empty Git repository in /home/runner/work/archie-platform-v3/archie-platform-v3/.git/
2025-11-28T06:49:22.5016446Z [command]/usr/bin/git remote add origin https://github.com/heyarchie-ai/archie-platform-v3
2025-11-28T06:49:22.5054693Z ##[endgroup]
2025-11-28T06:49:22.5056613Z ##[group]Disabling automatic garbage collection
2025-11-28T06:49:22.5059260Z [command]/usr/bin/git config --local gc.auto 0
2025-11-28T06:49:22.5091253Z ##[endgroup]
2025-11-28T06:49:22.5093493Z ##[group]Setting up auth
2025-11-28T06:49:22.5099244Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-11-28T06:49:22.5131676Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2025-11-28T06:49:22.5467337Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-11-28T06:49:22.5500047Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-11-28T06:49:22.5739486Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2025-11-28T06:49:22.5771818Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2025-11-28T06:49:22.6006902Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2025-11-28T06:49:22.6043132Z ##[endgroup]
2025-11-28T06:49:22.6044984Z ##[group]Fetching the repository
2025-11-28T06:49:22.6053415Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +08dee3a63c06007d7f2dd1d4ce09aa92c8f43e09:refs/remotes/pull/175/merge
2025-11-28T06:49:23.2004880Z From https://github.com/heyarchie-ai/archie-platform-v3
2025-11-28T06:49:23.2043167Z  * [new ref]         08dee3a63c06007d7f2dd1d4ce09aa92c8f43e09 -> pull/175/merge
2025-11-28T06:49:23.2057888Z ##[endgroup]
2025-11-28T06:49:23.2058736Z ##[group]Determining the checkout info
2025-11-28T06:49:23.2059758Z ##[endgroup]
2025-11-28T06:49:23.2086419Z [command]/usr/bin/git sparse-checkout disable
2025-11-28T06:49:23.2131723Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2025-11-28T06:49:23.2180728Z ##[group]Checking out the ref
2025-11-28T06:49:23.2181714Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/175/merge
2025-11-28T06:49:23.2645043Z Note: switching to 'refs/remotes/pull/175/merge'.
2025-11-28T06:49:23.2646458Z 
2025-11-28T06:49:23.2647399Z You are in 'detached HEAD' state. You can look around, make experimental
2025-11-28T06:49:23.2648858Z changes and commit them, and you can discard any commits you make in this
2025-11-28T06:49:23.2650055Z state without impacting any branches by switching back to a branch.
2025-11-28T06:49:23.2651961Z 
2025-11-28T06:49:23.2652603Z If you want to create a new branch to retain commits you create, you may
2025-11-28T06:49:23.2653678Z do so (now or later) by using -c with the switch command. Example:
2025-11-28T06:49:23.2654513Z 
2025-11-28T06:49:23.2654757Z   git switch -c <new-branch-name>
2025-11-28T06:49:23.2655172Z 
2025-11-28T06:49:23.2655738Z Or undo this operation with:
2025-11-28T06:49:23.2656159Z 
2025-11-28T06:49:23.2656695Z   git switch -
2025-11-28T06:49:23.2657057Z 
2025-11-28T06:49:23.2657909Z Turn off this advice by setting config variable advice.detachedHead to false
2025-11-28T06:49:23.2658439Z 
2025-11-28T06:49:23.2659227Z HEAD is now at 08dee3a Merge 05d6d4f1f3ed583db0d618775b3806e4c1c948c8 into 57252f590e22b28209a166f542301e795e138302
2025-11-28T06:49:23.2665168Z ##[endgroup]
2025-11-28T06:49:23.2716636Z [command]/usr/bin/git log -1 --format=%H
2025-11-28T06:49:23.2751226Z 08dee3a63c06007d7f2dd1d4ce09aa92c8f43e09
